Skip to content

Commit

Permalink
Use updated lib.GetAugmentedUniversalViewWithAdditionalTransactions p…
Browse files Browse the repository at this point in the history
…arameters.
  • Loading branch information
poolcoke committed Apr 2, 2024
1 parent b19f45e commit 17ec097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions routes/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ func (fes *APIServer) UpdateProfile(ww http.ResponseWriter, req *http.Request) {
}
utxoView, err := lib.GetAugmentedUniversalViewWithAdditionalTransactions(
fes.backendServer.GetMempool(),
fes.backendServer.GetBlockchain().BlockTip().Height+1,
time.Now().UnixNano(),
requestData.OptionalPrecedingTransactions,
)
if err != nil {
Expand Down

0 comments on commit 17ec097

Please sign in to comment.