Removed last flag decorator
This commit is contained in:
parent
f7f6770120
commit
3724fa1810
1 changed files with 0 additions and 1 deletions
|
@ -2730,7 +2730,6 @@ class Daemon(AuthJSONRPCServer):
|
|||
|
||||
@AuthJSONRPCServer.auth_required
|
||||
@defer.inlineCallbacks
|
||||
@AuthJSONRPCServer.flags(no_broadcast='--no_broadcast')
|
||||
def jsonrpc_wallet_prefill_addresses(self, num_addresses, amount, no_broadcast=False):
|
||||
"""
|
||||
Create new addresses, each containing `amount` credits
|
||||
|
|
Loading…
Reference in a new issue