Remove debug
This commit is contained in:
@@ -40,7 +40,6 @@ const TransactionForm = (props) => {
|
||||
value: msgSend,
|
||||
};
|
||||
const fee = calculateFee(Number(txGas), gasPrice);
|
||||
console.log(props.accountOnChain.accountNumber);
|
||||
return {
|
||||
accountNumber: props.accountOnChain.accountNumber,
|
||||
sequence: props.accountOnChain.sequence,
|
||||
|
||||
Reference in New Issue
Block a user