Fix grammar.
This commit is contained in:
parent
c27f52e068
commit
44c2e8a3cb
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ func (am *AccountManager) RecordSpendingTx(tx_ *btcutil.Tx, block *tx.BlockDetai
|
|||
for _, a := range am.AllAccounts() {
|
||||
// TODO(jrick): This needs to iterate through each txout's
|
||||
// addresses and find whether this account's keystore contains
|
||||
// the any of the addresses this tx sends to.
|
||||
// any of the addresses this tx sends to.
|
||||
a.TxStore.InsertSignedTx(tx_, block)
|
||||
am.ds.ScheduleTxStoreWrite(a)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue