Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Oct 30, 2024
1 parent 6c0e3b1 commit 64b20d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class SECPProxyDelegationSchema
extends ContainerSchema2<SECPProxyDelegation, SszPublicKey, SszSECPPublicKey> {
public SECPProxyDelegationSchema() {
super(
"SECPProxyKeyMessage",
"SECPProxyDelegationSchema",
namedSchema("delegator", SszPublicKeySchema.INSTANCE),
namedSchema("proxy", SszSECPPublicKeySchema.INSTANCE));
}
Expand Down

0 comments on commit 64b20d1

Please sign in to comment.