lib/berycoin/gem.rb in berycoin-gem-0.1.6 vs lib/berycoin/gem.rb in berycoin-gem-0.1.7
- old
+ new
@@ -417,11 +417,11 @@
H.setaccount(address,account)
end
def walletlock
H.walletlock
end
- def walletpassphrase (passphrase, timeout)
- H.walletpassphrase (passphrase, timeout)
+ def walletpassphrase(passphrase, timeout)
+ H.walletpassphrase(passphrase, timeout)
end
def walletpassphrasechange(oldpassphrase, newpassphrase)
H.walletpassphrasechange(oldpassphrase, newpassphrase)
end
def Wallet.setaccount(berycoinaddress,account)
\ No newline at end of file