-
Notifications
You must be signed in to change notification settings - Fork 21.4k
Closed
Description
I recently tried to implement personal_sendTransaction
JSON RPC method from the Management APIs wiki page. However, I kept constantly getting errors of The method personal_sendTransaction does not exist/is not available
. I then stumbled upon this discussion and found out that the correct method name is now personal_signAndSendTransaction
. The Management APIs wiki should be updated to reflect that.
Also, while we're on that page, under List of management APIs
, the main link to the personal
section is https://github.com/ethereum/go-ethereum/wiki/personal
, while it should be https://github.com/ethereum/go-ethereum/wiki/Management-APIs#personal
.
Metadata
Metadata
Assignees
Labels
No labels