docs: canceltransaction is not going to be supported
Refs. neo-project/neo-modules#837. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
ff958706f4
commit
2ae44e074d
2 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,7 @@ and we're not accepting issues related to them.
|
||||||
|
|
||||||
| Method | Reason |
|
| Method | Reason |
|
||||||
| ------- | ------------|
|
| ------- | ------------|
|
||||||
|
| `canceltransaction` | Doesn't fit neo-go wallet model |
|
||||||
| `closewallet` | Doesn't fit neo-go wallet model |
|
| `closewallet` | Doesn't fit neo-go wallet model |
|
||||||
| `dumpprivkey` | Shouldn't exist for security reasons, see `closewallet` comment also |
|
| `dumpprivkey` | Shouldn't exist for security reasons, see `closewallet` comment also |
|
||||||
| `getnewaddress` | See `closewallet` comment, use CLI to do that |
|
| `getnewaddress` | See `closewallet` comment, use CLI to do that |
|
||||||
|
|
|
@ -102,6 +102,7 @@ Extensions:
|
||||||
|
|
||||||
Unsupported methods
|
Unsupported methods
|
||||||
|
|
||||||
|
canceltransaction
|
||||||
claimgas
|
claimgas
|
||||||
dumpprivkey
|
dumpprivkey
|
||||||
getbalance
|
getbalance
|
||||||
|
|
Loading…
Reference in a new issue