mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Add notice
This commit is contained in:
@@ -12,6 +12,8 @@ from xrpl.clients import JsonRpcClient
|
|||||||
# https://xrpl.org/set-up-multi-signing.html#set-up-multi-signing
|
# https://xrpl.org/set-up-multi-signing.html#set-up-multi-signing
|
||||||
# https://xrpl.org/send-a-multi-signed-transaction.html#send-a-multi-signed-transaction
|
# https://xrpl.org/send-a-multi-signed-transaction.html#send-a-multi-signed-transaction
|
||||||
|
|
||||||
|
# Note that this will only work with xrpl-py version v2.0.0-beta.0 or later
|
||||||
|
|
||||||
# Connect to a testnet node
|
# Connect to a testnet node
|
||||||
JSON_RPC_URL = "https://s.altnet.rippletest.net:51234/"
|
JSON_RPC_URL = "https://s.altnet.rippletest.net:51234/"
|
||||||
client = JsonRpcClient(JSON_RPC_URL)
|
client = JsonRpcClient(JSON_RPC_URL)
|
||||||
|
|||||||
Reference in New Issue
Block a user