Skip to content

Commit 0ccbca9

Browse files
committed
Add deposit message
1 parent 300a72a commit 0ccbca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deposit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ pub fn deposit(args: DepositArgs) -> Result<()> {
2020
args.build.mcpp_inc_path,
2121
)?;
2222
let address = create_p2tr_address(program, unspendable_key())?;
23-
println!("P2TR address: {}", address);
23+
println!("P2TR address: {}\n\nGo to https://liquidtestnet.com/faucet to get some testnet coins.", address);
2424
Ok(())
2525
}

0 commit comments

Comments
 (0)