]> Git Repo - VerusCoin.git/commit
wallet: Change IsLockedNote to take a JSOutPoint
authorJack Grigg <[email protected]>
Mon, 7 May 2018 20:56:57 +0000 (21:56 +0100)
committerJack Grigg <[email protected]>
Mon, 7 May 2018 20:56:57 +0000 (21:56 +0100)
commitb87e271a9a225a49495555c5018ca2ef025f8dc5
tree83a9afcc3d231115f0fb52c68c72c1bac354e589
parentdaed9ba7ccbf3e507a609683e7ed345073960ed0
wallet: Change IsLockedNote to take a JSOutPoint

This removes the uint64_t -> size_t -> uint64_t round trip, as well as the
JSOutPoint -> parts -> JSOutPoint round trip.
src/wallet/gtest/test_wallet.cpp
src/wallet/wallet.cpp
src/wallet/wallet.h
This page took 0.027427 seconds and 4 git commands to generate.