Skip to content

Commit

Permalink
fix doc for AuthenticationKey (#5415)
Browse files Browse the repository at this point in the history
* fix doc for AuthenticationKey

* Update types/src/transaction/authenticator.rs

Co-authored-by: David Wolinsky <isaac.wolinsky@gmail.com>
  • Loading branch information
zhiqiangxu and davidiw authored Dec 3, 2022
1 parent eaa77f0 commit 4421fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/transaction/authenticator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ impl AccountAuthenticator {
}
}

/// A struct that represents an account authentication key. An account's address is the last 16
/// A struct that represents an account authentication key. An account's address is the last 32
/// bytes of authentication key used to create it
#[derive(
Clone,
Expand Down

0 comments on commit 4421fa4

Please sign in to comment.