almost done!

This commit is contained in:
rigel rozanski
2017-07-18 12:08:29 +02:00
committed by Ethan Frey
parent 7a37b9b9a9
commit 23615c5d37
6 changed files with 76 additions and 53 deletions
+1
View File
@@ -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")