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 030a7b7 commit 4978ca8Copy full SHA for 4978ca8
checks/migrator/citeria/balances-equal/src/lib.rs
@@ -55,7 +55,7 @@ impl Criterionish for BalancesEqual {
55
}
56
};
57
58
- info!("Getting account balance");
+ info!("Getting movement account balance");
59
let movement_account_balance = movement_rest_client
60
.get_account_balance(account_address)
61
.await
0 commit comments