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

- old
+ new

@@ -420,11 +420,11 @@ H.walletlock end def walletpassphrase (passphrase, timeout) H.walletpassphrase (passphrase, timeout) end - def walletpassphrasechange(oldpassphrase,newpassphrase) - H.walletpassphrasechange (oldpassphrase, newpassphrase) + def walletpassphrasechange(oldpassphrase, newpassphrase) + H.walletpassphrasechange(oldpassphrase, newpassphrase) end def Wallet.setaccount(berycoinaddress,account) H.setaccount(berycoinaddress,account) end def Wallet.settxfee(amount) \ No newline at end of file