HomePhabricator

Remove CWalletTx::vfSpent
93a18a365029Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove CWalletTx::vfSpent

Use the spent outpoint multimap to figure out which wallet transaction
outputs are unspent, instead of a vfSpent array that is saved
to disk.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Feb 15 2014, 21:38
deadalnixPushed on May 14 2017, 22:04
Parents
rABCa16ad1c0f465: Merge pull request #3704 from gavinandresen/wallet_lock_fixes
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABC93a18a365029: Remove CWalletTx::vfSpent (authored by Gavin Andresen <gavinandresen@gmail.com>).Feb 26 2014, 16:53