diff options
author | James O'Beirne <james@chaincode.com> | 2018-06-25 10:31:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 10:31:47 -0400 |
commit | 8a34d1661ba5bfbb05bb35045e9eb6724302f88d (patch) | |
tree | 656a4919951de5929041d4a2980f8f3c8c55d99c | |
parent | 71586487532d832ae4a3b0deae797d86ddebe3fc (diff) |
Fix typo in BIP 125
-rw-r--r-- | bip-0125.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0125.mediawiki b/bip-0125.mediawiki index b2e3cec..f1e5349 100644 --- a/bip-0125.mediawiki +++ b/bip-0125.mediawiki @@ -85,7 +85,7 @@ unconfirmed. Wallets that don't want to signal replaceability should use either a max sequence number (0xffffffff) or a sequence number of (0xffffffff-1) when -then also want to use locktime; all known wallets currently do this. +they also want to use locktime; all known wallets currently do this. They should also take care not to spend any unconfirmed transaction that signals replaceability explicitly or through inherited signaling; most wallets also currently do this by not spending any unconfirmed transactions except |