jsonrpc_publish takes amount in lbc, not satoshi
This commit is contained in:
parent
774d813576
commit
62e77c69f5
1 changed files with 1 additions and 1 deletions
|
@ -95,5 +95,5 @@ class PublishCommandTests(CommandTestCase):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def test_publish(self):
|
||||
result = yield self.daemon.jsonrpc_publish('foo', 1*COIN)
|
||||
result = yield self.daemon.jsonrpc_publish('foo', 1)
|
||||
print(result)
|
||||
|
|
Loading…
Reference in a new issue