Browse Source

Fix values on reference warning

master
Duke Leto 6 years ago
parent
commit
c9dd3429ae
  1. 2
      lib/Hush/List.pm

2
lib/Hush/List.pm

@ -507,7 +507,7 @@ sub send_memo {
# 4. fee (numeric, optional, default=0.0001) The fee amount to attach to this transaction.
my $minconf = 1;
my $opid = $rpc->z_sendmany($from, [values $list_addrs], $minconf, $fee);
my $opid = $rpc->z_sendmany($from, [values %$list_addrs], $minconf, $fee);
if (defined $opid) {
$debug->("z_sendmany opid=$opid from $from");

Loading…
Cancel
Save