As per title.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING2b9c738b022a: Update ZapWallet to use TxId
rABC2b9c738b022a: Update ZapWallet to use TxId
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think we can do better on the variable names to help move away from Hungarian notation.
src/wallet/rpcdump.cpp | ||
---|---|---|
410 ↗ | (On Diff #4683) | Since we're renaming this, let's use txIds to move towards a cleaner naming standard. |
412 ↗ | (On Diff #4683) | txIdOuts |
src/wallet/wallet.h | ||
1010 ↗ | (On Diff #4683) | txIdOuts and txIdIns |
src/wallet/walletdb.cpp | ||
644 ↗ | (On Diff #4683) | txIds |
748 ↗ | (On Diff #4683) | txIds |