diff options
| author | MarcoFalke <[email protected]> | 2020-11-03 11:55:43 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-11-03 12:26:17 +0100 |
| commit | fac865b72d5c0e01fce74b84ab21e5ebbf069327 (patch) | |
| tree | fdf207d47cdd76069da13aad6f7f4c7f2eb5a909 /src/script/script_error.cpp | |
| parent | test: Fix deser issue in create_block (diff) | |
| download | discoin-fac865b72d5c0e01fce74b84ab21e5ebbf069327.tar.xz discoin-fac865b72d5c0e01fce74b84ab21e5ebbf069327.zip | |
test: Fix intermittent feature_taproot issue
The transaction is too large to fit into the mempool, so put it into a
block.
https://travis-ci.org/github/bitcoin/bitcoin/jobs/740987240#L7217
test 2020-11-03T01:31:08.645000Z TestFramework (ERROR): JSONRPC error
Traceback (most recent call last):
File "./test/functional/test_framework/test_framework.py", line 126, in main
self.run_test()
File "./test/functional/feature_taproot.py", line 1448, in run_test
self.nodes[1].sendtoaddress(address=addr, amount=int(self.nodes[1].getbalance() * 70000000) / 100000000)
File "./test/functional/test_framework/coverage.py", line 47, in __call__
return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
File "./test/functional/test_framework/authproxy.py", line 146, in __call__
raise JSONRPCException(response['error'], status)
test_framework.authproxy.JSONRPCException: Transaction too large (-6)
Diffstat (limited to 'src/script/script_error.cpp')
0 files changed, 0 insertions, 0 deletions