test/fake_home.rb in zold-0.20.4 vs test/fake_home.rb in zold-0.21.0
- old
+ new
@@ -79,9 +79,10 @@
{
version: Zold::VERSION,
protocol: Zold::PROTOCOL,
id: wallet.id.to_s,
score: score.to_h,
+ size: wallet.size,
wallets: 1,
mtime: wallet.mtime.utc.iso8601,
digest: wallet.digest,
balance: wallet.balance.to_i,
body: IO.read(wallet.path)