changefile remove silent on bash test
int int
This commit is contained in:
committed by
Ethan Frey
parent
7bdf44c987
commit
463f2dca30
@@ -83,10 +83,6 @@ func readCounterTxFlags() (tx basecoin.Tx, err error) {
|
||||
return tx, err
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
tx = counter.NewTx(viper.GetBool(FlagValid), feeCoins, viper.GetInt(bcmd.FlagSequence))
|
||||
=======
|
||||
tx = counter.NewTx(viper.GetBool(FlagValid), feeCoins)
|
||||
>>>>>>> working sequence number with errors
|
||||
return tx, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user