mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-11 20:11:00 +00:00
Handle values from the metadata files
This commit is contained in:
@@ -131,7 +131,7 @@ impl KitchensinkNode {
|
||||
{
|
||||
genesis.alloc.entry(signer_address).or_insert(
|
||||
GenesisAccount::default()
|
||||
.with_balance(1000000000000000000u128.try_into().unwrap()),
|
||||
.with_balance(10000000000000000000000u128.try_into().unwrap()),
|
||||
);
|
||||
}
|
||||
self.extract_balance_from_genesis_file(&genesis)?
|
||||
|
||||
Reference in New Issue
Block a user