mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
refactoring for wownero
This commit is contained in:
parent
324fb71587
commit
026992a812
11 changed files with 19 additions and 19 deletions
|
@ -10,10 +10,10 @@ from monero.transaction import Transaction
|
|||
from .base import JSONTestCase
|
||||
|
||||
class JSONRPCDaemonTestCase(JSONTestCase):
|
||||
jsonrpc_url = 'http://127.0.0.1:18081/json_rpc'
|
||||
mempool_url = 'http://127.0.0.1:18081/get_transaction_pool'
|
||||
transactions_url = 'http://127.0.0.1:18081/get_transactions'
|
||||
sendrawtransaction_url = 'http://127.0.0.1:18081/sendrawtransaction'
|
||||
jsonrpc_url = 'http://127.0.0.1:34568/json_rpc'
|
||||
mempool_url = 'http://127.0.0.1:34568/get_transaction_pool'
|
||||
transactions_url = 'http://127.0.0.1:34568/get_transactions'
|
||||
sendrawtransaction_url = 'http://127.0.0.1:34568/sendrawtransaction'
|
||||
data_subdir = 'test_jsonrpcdaemon'
|
||||
|
||||
def setUp(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue