Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
tholonious committed Feb 7, 2024
1 parent 698a0bf commit e3d9a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -4137,7 +4137,6 @@ func (fes *APIServer) GetTransactionSpending(ww http.ResponseWriter, req *http.R

func (fes *APIServer) simulateSubmitTransaction(utxoView *lib.UtxoView, txn *lib.MsgDeSoTxn) (_utxoOperations []*lib.UtxoOperation, _totalInput uint64, _totalOutput uint64, _fees uint64, _err error) {
bestHeight := fes.blockchain.BlockTip().Height + 1
bytes, _ := txn.ToBytes(false)
return utxoView.ConnectTransaction(
txn,
txn.Hash(),
Expand Down

0 comments on commit e3d9a48

Please sign in to comment.