Skip to content

Commit 0bd19e5

Browse files
authored
feat(rust/cardano-blockchain-types): Fix comments (#231)
* fix comments, improve API * revert
1 parent e19ea4c commit 0bd19e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cardano-blockchain-types/src/metadata/cip36/key_registration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ pub(crate) struct Cip36KeyRegistration {
4747
/// None if it is not set.
4848
pub payment_addr: Option<ShelleyAddress>,
4949
/// Nonce (nonce that has been slot corrected).
50-
/// Field 4 in the CIP-36 61284 Spec.
5150
/// None if it is not set.
5251
pub nonce: Option<u64>,
5352
/// Registration Purpose (Always 0 for Catalyst).
5453
/// Field 5 in the CIP-36 61284 Spec.
5554
/// Default to 0.
5655
pub purpose: u64,
5756
/// Raw nonce (nonce that has not had slot correction applied).
57+
/// Field 4 in the CIP-36 61284 Spec.
5858
/// None if it is not set.
5959
pub raw_nonce: Option<u64>,
6060
/// Is payment address payable? (not a script)

0 commit comments

Comments
 (0)