http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/cd3e1e3574d5f0977a566b5b5d02640310f7a57b
_content ) if ' error ' in res : raise RPCFailure ( repr ( res [ ' error ' ] ) ) return ( res [ ' result ' ] ) def request_curltest ( self , cmd , * args , * * kwargs ) : " insecure, for testing only " from subprocess import run , PIPE data = { ' jsonrpc ' : ' 2.0 ' , @ -316,7 +344,7 @@ class MoneroWalletRPCConnection(RPCConnection): ' params ' : kwargs , } exec_cmd = [ ' curl ' , ' --proxy ' , ' ' , ' -- silent ' , ' --insecure ' , ' --request ' , ' POST ' , ' curl ' , ' --proxy ' , ' ' , ' -- verbose ' ,...