lib/zold/patch.rb in zold-0.14.1 vs lib/zold/patch.rb in zold-0.14.2
- old
+ new
@@ -83,10 +83,10 @@
if !txn.sign.nil? && !txn.sign.empty?
@log.error("RSA signature is redundant at ##{txn.id} of #{wallet.id}: #{txn.to_text}")
next
end
unless wallet.key.to_s.include?(txn.prefix)
- @log.error("Payment prefix doesn't match with the key of #{wallet.id}: #{txn.to_text}")
+ @log.error("Payment prefix '#{txn.prefix}' doesn't match with the key of #{wallet.id}: #{txn.to_text}")
next
end
payer = @wallets.find(txn.bnf)
unless payer.exists?
@log.error("Paying wallet file is absent: #{txn.to_text}")