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 300a72a commit 0ccbca9Copy full SHA for 0ccbca9
src/commands/deposit.rs
@@ -20,6 +20,6 @@ pub fn deposit(args: DepositArgs) -> Result<()> {
20
args.build.mcpp_inc_path,
21
)?;
22
let address = create_p2tr_address(program, unspendable_key())?;
23
- println!("P2TR address: {}", address);
+ println!("P2TR address: {}\n\nGo to https://liquidtestnet.com/faucet to get some testnet coins.", address);
24
Ok(())
25
}
0 commit comments