Skip to content

Commit 2eece96

Browse files
committed
fix(cardano-blockchain-types): linter
Signed-off-by: bkioshn <[email protected]>
1 parent 6a2ab2d commit 2eece96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/cardano-blockchain-types/src/cip36/validation.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ pub(crate) fn validate_payment_address_network(
4949
};
5050
if !valid {
5151
validation_report.push(format!(
52-
"Validate CIP36 payment address network, network Tag of payment address {:?} does not match the network used",
53-
network_tag
52+
"Validate CIP36 payment address network, network Tag of payment address {network_tag:?} does not match the network used",
5453
));
5554
}
5655

0 commit comments

Comments
 (0)