File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments