From c6dce9370f3f87063b91290114919ec12862f182 Mon Sep 17 00:00:00 2001 From: N Date: Sat, 2 Dec 2023 12:57:58 -0500 Subject: [PATCH] placeholder + commit message --- .github/workflows/openrpc-docs.yml | 2 +- core/types/src/misbehavior.rs | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openrpc-docs.yml b/.github/workflows/openrpc-docs.yml index 65fdc1e74..31a6b487b 100644 --- a/.github/workflows/openrpc-docs.yml +++ b/.github/workflows/openrpc-docs.yml @@ -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: diff --git a/core/types/src/misbehavior.rs b/core/types/src/misbehavior.rs index 18dc9ff8d..3c387b9ff 100644 --- a/core/types/src/misbehavior.rs +++ b/core/types/src/misbehavior.rs @@ -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 +}