Skip to content

Commit 120482c

Browse files
committed
adapter - ethereum - add doc comment for .verify() arguments
1 parent 054e79e commit 120482c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adapter/src/ethereum.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ impl Adapter for EthereumAdapter {
125125
}
126126
}
127127

128+
/// `state_root` is hex string which **should not** be `0x` prefixed
129+
/// `sig` is hex string wihch **should be** `0x` prefixed
128130
fn verify(
129131
&self,
130132
signer: &ValidatorId,

0 commit comments

Comments
 (0)