mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
Update content/_code-samples/freeze/py/unfreeze_token.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -3,7 +3,6 @@ from xrpl.models import IssuedCurrencyAmount, TrustSet
|
||||
from xrpl.transaction import (safe_sign_and_autofill_transaction,
|
||||
send_reliable_submission)
|
||||
from xrpl.models import TrustSetFlag
|
||||
from xrpl.utils import str_to_hex
|
||||
from xrpl.wallet import generate_faucet_wallet
|
||||
|
||||
client = JsonRpcClient("https://s.altnet.rippletest.net:51234") # connect to testnet
|
||||
|
||||
Reference in New Issue
Block a user