We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2ab2d commit 2eece96Copy full SHA for 2eece96
rust/cardano-blockchain-types/src/cip36/validation.rs
@@ -49,8 +49,7 @@ pub(crate) fn validate_payment_address_network(
49
};
50
if !valid {
51
validation_report.push(format!(
52
- "Validate CIP36 payment address network, network Tag of payment address {:?} does not match the network used",
53
- network_tag
+ "Validate CIP36 payment address network, network Tag of payment address {network_tag:?} does not match the network used",
54
));
55
}
56
0 commit comments