]> Git Repo - VerusCoin.git/commit - src/utiltest.cpp
Refactoring: SproutNote member variable value moved to BaseNote.
authorSimon <[email protected]>
Wed, 25 Apr 2018 20:32:13 +0000 (13:32 -0700)
committerSimon <[email protected]>
Thu, 26 Apr 2018 22:05:19 +0000 (15:05 -0700)
commit5d99e3e92f8c54b5e2d8c428fdc6d528fdadbf05
treec80bafe098d2f645c7c54479bbe469ac08153790
parentb230fe68361fbafae518073aaf6ba45ca6b443bb
Refactoring: SproutNote member variable value moved to BaseNote.

All notes have a value, so the member variable has been moved to the
base class, and direct member access has been replaced with a getter.
src/gtest/test_joinsplit.cpp
src/utiltest.cpp
src/wallet/asyncrpcoperation_mergetoaddress.cpp
src/wallet/asyncrpcoperation_sendmany.cpp
src/wallet/asyncrpcoperation_shieldcoinbase.cpp
src/wallet/rpcwallet.cpp
src/zcash/JoinSplit.cpp
src/zcash/Note.cpp
src/zcash/Note.hpp
src/zcash/circuit/gadget.tcc
src/zcash/circuit/note.tcc
This page took 0.026889 seconds and 4 git commands to generate.