Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
[qa] Add tests verifychain, lockunspent, getbalance, listsinceblock #7702
Conversation
MarcoFalke
commented on the diff
Mar 17, 2016
qa/rpc-tests/mempool_limit.py
| @@ -38,7 +38,6 @@ def run_test(self): | ||
| self.nodes[0].settxfee(0) # return to automatic fee selection | ||
| txFS = self.nodes[0].signrawtransaction(txF['hex']) | ||
| txid = self.nodes[0].sendrawtransaction(txFS['hex']) | ||
| - self.nodes[0].lockunspent(True, [us0]) |
MarcoFalke
Member
|
laanwj
added
the
Tests
label
Mar 17, 2016
|
ACK fa4a522 |
laanwj
merged commit fa4a522
into
bitcoin:master
Mar 18, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Mar 18, 2016
MarcoFalke
deleted the
MarcoFalke:Mf1603-qaCleanup2
branch
Mar 18, 2016
added a commit
to MarcoFalke/bitcoin
that referenced
this pull request
Apr 5, 2016
added a commit
to zander/bitcoinclassic
that referenced
this pull request
Jun 16, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 11, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 12, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 13, 2016
added a commit
to sickpig/BitcoinUnlimited
that referenced
this pull request
Nov 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MarcoFalke commentedMar 17, 2016
No description provided.