X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=34540fd7f455018934456a8082c937f111345e59;hp=4db32e52bec4de18804cc96f133db86cdbcb5039;hb=a0bfbd64a8dc93eb87a452843f76dbb9dec9f30b;hpb=73e57db0e728423c3541f5ad7b260e8fd9e6e7d1 diff --git a/src/wallet.h b/src/wallet.h index 4db32e5..34540fd 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -891,11 +891,6 @@ public: { return strprintf("COutput(%s, %d, %d, %d) [%s]", tx->GetHash().ToString().substr(0,10).c_str(), i, fSpendable, nDepth, FormatMoney(tx->vout[i].nValue).c_str()); } - - void print() const - { - printf("%s\n", ToString().c_str()); - } };