lib/berycoin/gem.rb in berycoin-gem-0.1.4 vs lib/berycoin/gem.rb in berycoin-gem-0.1.5

- old
+ new

@@ -109,10 +109,10 @@ H.pruneblockchain end def searchlogs(from,to,address,topics) H.searchlogs from to address topics end - def waitforlogs (fromBlock) (toBlock) (filter) (minconf) + def waitforlogs (from,to,filter,minconf) H.waitforlogs from to filter minconf end def Blockchain.gettxout(txid, n) H.gettxout(txid, n) end \ No newline at end of file