Skip to content

Commit

Permalink
Increase initial balance of account 0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphamnz committed Oct 27, 2023
1 parent 95a124c commit 0ead854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/nft/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ impl ExtBuilder {
.unwrap();

pallet_balances::GenesisConfig::<Runtime> {
balances: vec![([1; 32].into(), 100000), ([2; 32].into(), 1000)],
balances: vec![([0; 32].into(), 100), ([1; 32].into(), 100000), ([2; 32].into(), 1000)],
}
.assimilate_storage(&mut t)
.unwrap();
Expand Down

0 comments on commit 0ead854

Please sign in to comment.