Skip to content

Commit

Permalink
feat: add sporkupdate command (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov authored Sep 16, 2022
1 parent 840f0e9 commit 48b34ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ RpcClient.callspec = {
setGenerate: 'bool int',
setTxFee: 'float',
setMockTime: 'int',
spork: 'str int',
spork: 'str',
sporkupdate: 'str int',
signMessage: 'str str',
signRawTransaction: 'str str str str',
stop: '',
Expand Down

0 comments on commit 48b34ae

Please sign in to comment.