Enable addmultisigaddress RPC call for main network - #1037
Merged
Conversation
Contributor
|
ACK |
1 similar comment
Contributor
|
ACK |
gavinandresen
added a commit
that referenced
this pull request
Apr 5, 2012
Enable addmultisigaddress RPC call for main network
coblee
referenced
this pull request
in litecoin-project/litecoin
Jul 17, 2012
Enable addmultisigaddress RPC call for main network
suprnurd
pushed a commit
to chaincoin-legacy/chaincoin
that referenced
this pull request
Dec 5, 2017
change logic in IsBlockValueValid and IsBlockPayeeValid to allow valid superblocks only when spork9 is on
ptschip
added a commit
to ptschip/bitcoin
that referenced
this pull request
Apr 18, 2018
* fix for bitcoin#1035: blocknofify * prevent blocknotify from getting executed twice for the same block * create walletnotify and blocknotify tests change name from forknotify.py to notify.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mining support is done, and network relay support for multisig transactions seems well on its way, so I'd like to enable the addmultisigaddress JSON-RPC call on the main network so people can start experimenting/prototyping.