Counter uses dispatcher to deduct fees from account
This commit is contained in:
@@ -74,6 +74,6 @@ func readCounterTxFlags() (tx basecoin.Tx, err error) {
|
||||
return tx, err
|
||||
}
|
||||
|
||||
tx = counter.NewCounterTx(viper.GetBool(FlagValid), feeCoins)
|
||||
tx = counter.NewCounterTx(viper.GetBool(FlagValid), feeCoins, viper.GetInt(FlagSequence))
|
||||
return tx, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user