Skip to content

Commit

Permalink
placeholder + commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Dec 2, 2023
1 parent e3eb6c6 commit c6dce93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Add changes"
git commit -a -m "Generate OpenRPC docs"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down
4 changes: 3 additions & 1 deletion core/types/src/misbehavior.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ use serde::{Deserialize, Serialize};
/// This is the proof presented to the slashing function that proves a node misbehaved and should be
/// slashed
#[derive(Clone, Copy, Debug, Serialize, Deserialize, Hash, Eq, PartialEq, schemars::JsonSchema)]
pub enum ProofOfMisbehavior {}
pub enum ProofOfMisbehavior {
Placeholder
}

0 comments on commit c6dce93

Please sign in to comment.