diff --git a/types/src/parcel/error.rs b/types/src/parcel/error.rs index 07ea11cae5..39df35b6cf 100644 --- a/types/src/parcel/error.rs +++ b/types/src/parcel/error.rs @@ -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,