You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the call of the method ActionRouteByAPIType It should use SubmitTxs instead of SubmitTx. This mistake make the send transactions actually send the data to the endpoint /mapi/tx for a batch of transactions.
To Reproduce
Steps to reproduce the behavior:
Just turn on mapi running
Use Minercraft client to send batch of transactions SubmitTransactions
Mapi will return the 400 error that it doesn't understand the structure of the json in the request
Expected behavior
After the fix, the Minercraft should work well with the method SubmitTransactions
The text was updated successfully, but these errors were encountered:
Describe the bug
There are a bug in the method
submitTransactions
, precisely in linesubmit_transactions.go:109
In the call of the method
ActionRouteByAPIType
It should useSubmitTxs
instead ofSubmitTx
. This mistake make the send transactions actually send the data to the endpoint /mapi/tx for a batch of transactions.To Reproduce
Steps to reproduce the behavior:
SubmitTransactions
Expected behavior
After the fix, the Minercraft should work well with the method
SubmitTransactions
The text was updated successfully, but these errors were encountered: