jsonrpc_publish takes amount in lbc, not satoshi

This commit is contained in:
Lex Berezhny 2018-07-12 12:38:45 -04:00 committed by Jack Robison
parent 774d813576
commit 62e77c69f5
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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)