Skip to content

Commit

Permalink
More cleanup (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 authored Sep 1, 2024
1 parent 560c601 commit 69d1538
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zcncore/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,9 @@ func NewTransaction(cb TransactionCallback, txnFee uint64, nonce int64) (Transac
}
if _config.isSplitWallet {
logging.Info("New transaction interface with auth")
fmt.Println("New transaction interface with auth")
return newTransactionWithAuth(cb, txnFee, nonce)
}

fmt.Printf("New transaction interface: %+v\n", _config)
logging.Info("New transaction interface")
return newTransaction(cb, txnFee, nonce)
}
Expand Down

0 comments on commit 69d1538

Please sign in to comment.