Skip to content

Commit

Permalink
for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawliet-Chan committed Aug 1, 2024
1 parent 82e6b6c commit 01b2816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/txpool/ordered.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (ot *orderedTxns) Deletes(txnHashes []Hash) {
fmt.Println("txpool count = ", ot.Size())
for _, txn := range ot.txns {
params := make(map[string]any)
err := txn.BindJsonParams(params)
err := txn.BindJsonParams(&params)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 01b2816

Please sign in to comment.