Skip to content

Commit 6e9ed04

Browse files
Merge pull request #6834 from BitGo/COIN-4135-example
2 parents 6984acd + c97ddd4 commit 6e9ed04

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/ts/enable-token-send-many.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async function main() {
3030
const walletInstance = await bitgo.coin(coin).wallets().get({ id: walletId });
3131

3232
console.log('Wallet ID:', walletInstance.id());
33-
console.log('Current Receive Address:', walletInstance.receiveAddress());
3433

3534
console.log(`Approving token ${tokenName} for use with batcher contract...`);
3635

examples/ts/eth/approve-erc20token.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async function main() {
3030
const walletInstance = await bitgo.coin(coin).wallets().get({ id: walletId });
3131

3232
console.log('Wallet ID:', walletInstance.id());
33-
console.log('Current Receive Address:', walletInstance.receiveAddress());
3433

3534
console.log(`Approving token ${tokenName} for use with batcher contract...`);
3635

0 commit comments

Comments
 (0)