Add rpc test for prioritisetransaction

This commit is contained in:
Jay Graber
2017-01-11 04:25:19 -08:00
parent 06ffa210ee
commit cc64e2ccc8
3 changed files with 129 additions and 1 deletions

View File

@@ -37,8 +37,11 @@ MY_SUBVERSION = "/python-mininode-tester:0.0.1/"
MAX_INV_SZ = 50000
COIN = 100000000 # 1 zec in zatoshis
# Keep our own socket map for asyncore, so that we can track disconnects
# ourselves (to workaround an issue with closing an asyncore socket when
# ourselves (to workaround an issue with closing an asyncore socket when
# using select)
mininode_socket_map = dict()