Currenly transfer amount is hardcoded:
|
vec![value!(Id(Value::from_bytes(to_account_id))), Value::u128(1u32.into())], |
This result in some failed events on the runtime side (balance is not high enough).
This should configurable with --transfer [amount] options (default can 1), this should be conflicting with --remark.
Currenly transfer amount is hardcoded:
tx-test-tool/src/subxt_transaction.rs
Line 470 in aef2c70
This result in some failed events on the runtime side (balance is not high enough).
This should configurable with
--transfer [amount]options (default can1), this should be conflicting with--remark.