almost done!
This commit is contained in:
committed by
Ethan Frey
parent
7a37b9b9a9
commit
23615c5d37
@@ -66,6 +66,7 @@ func doSendTx(cmd *cobra.Command, args []string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
//get the nonce accounts
|
||||
sendTx, ok := tx.Unwrap().(coin.SendTx)
|
||||
if !ok {
|
||||
return errors.New("tx not SendTx")
|
||||
|
||||
Reference in New Issue
Block a user