| 4401 | } |
| 4402 | |
| 4403 | bool CWallet::LoadTokenTx(const CTokenTx &tokenTx) { |
| 4404 | uint256 hash = tokenTx.GetHash(); |
| 4405 | mapTokenTx[hash] = tokenTx; |
| 4406 | |
| 4407 | return true; |
| 4408 | } |
| 4409 | |
| 4410 | bool CWallet::AddTokenEntry(const CTokenInfo &token, bool fFlushOnClose) { |
| 4411 | LOCK(cs_wallet); |