Skip to content

Commit

Permalink
Fix typo chain id -> network id
Browse files Browse the repository at this point in the history
  • Loading branch information
majecty authored and kseo committed Jul 24, 2018
1 parent 33191e3 commit ca5cf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/parcel/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub enum Error {
/// Parcel has too low fee
/// (there is already a parcel with the same sender-nonce but higher gas price)
TooCheapToReplace,
/// Invalid chain ID given.
/// Invalid network ID given.
InvalidNetworkId,
/// Max metadata size is exceeded.
MetadataTooBig,
Expand Down

0 comments on commit ca5cf8a

Please sign in to comment.