Skip to content

Commit

Permalink
Change endpoint name for fetching tx result
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Jan 10, 2024
1 parent 998146f commit d244cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/jsonrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (j *JSONRPC) RegisterTxEndpoints(db tx.Storage) {
txHandler := tx.NewHandler(db)

j.RegisterHandler(
"getTx",
"getTxResult",
txHandler.GetTxHandler,
)
}
Expand Down

0 comments on commit d244cf2

Please sign in to comment.