mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Named reserve companion (#3176)
* fix build * fix tests * update * fix * update * Bump Co-authored-by: Bryan Chen <xlchen1291@gmail.com>
This commit is contained in:
@@ -93,6 +93,8 @@ parameter_types! {
|
||||
|
||||
impl pallet_balances::Config for Test {
|
||||
type MaxLocks = ();
|
||||
type MaxReserves = ();
|
||||
type ReserveIdentifier = [u8; 8];
|
||||
type Balance = Balance;
|
||||
type Event = Event;
|
||||
type DustRemoval = ();
|
||||
|
||||
Reference in New Issue
Block a user