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 75798c6 commit eba6facCopy full SHA for eba6fac
rs/rosetta-api/icrc1/src/common/storage/storage_operations.rs
@@ -119,7 +119,7 @@ pub fn get_107_fee_collector_or_legacy(
119
return Ok(fee_collector_107);
120
}
121
122
- // There is not 107 fee collector, check legacy fee collector in the block
+ // There is no 107 fee collector, check legacy fee collector in the block
123
get_fee_collector_from_block(rosetta_block, connection)
124
125
0 commit comments