We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee52a5 commit dcfc12cCopy full SHA for dcfc12c
plugins/tLedger/setup.py
@@ -70,4 +70,4 @@ def generate_api_key(resource_id, created_by) -> dict:
70
print(f"Sender Agent ID: {agent_id_sender}. Solana address: {agent_profile_sender["account"][0]["wallet_address"]}. Sender API Key: {api_key_sender}")
71
print(f"Receiver Agent ID: {agent_id_receiver}. Solana address: {agent_profile_receiver["account"][0]["wallet_address"]}. Receiver API Key: {api_key_receiver}")
72
73
-print(f"To add funds to your solana wallet, visit https://faucet.solana.com/")
+print(f"To add funds to your solana wallet, visit https://faucet.solana.com/")
0 commit comments