X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=wallet%2Fwallet.go;h=0a955d21811e7eb695db86739a8b55878282911a;hb=8246235655af075a5990fcdf3f7a4173eb8cfc59;hp=ab865bbdd937271dc8adfbd3657ac03406e801a1;hpb=51100c2a5afb320a9b16674f8c66b067fe760eb3;p=bytom%2Fvapor.git diff --git a/wallet/wallet.go b/wallet/wallet.go index ab865bbd..0a955d21 100644 --- a/wallet/wallet.go +++ b/wallet/wallet.go @@ -29,6 +29,7 @@ var ( ErrGetWalletStatusInfo = errors.New("failed get wallet info") ErrGetAsset = errors.New("Failed to find asset definition") ErrAccntTxIDNotFound = errors.New("account TXID not found") + ErrGetStandardUTXO = errors.New("failed get standard UTXO") ) //StatusInfo is base valid block info to handle orphan block rollback