Browse Source

this gives us a opid from z_sendmany

master
Jonathan "Duke" Leto 7 years ago
parent
commit
a53951dfd2
  1. 10
      README.md
  2. 1
      lib/Hush/List.pm

10
README.md

@ -1,17 +1,11 @@
# Hushlist: Censorship Resistant Metadata-Minimizing Multi-Blockchain Communication
Hush, little baby, don't say a word,
Mama's going to buy you a mockingbird.
And if that mockingbird don't sing,
Mama's going to buy you a diamond ring.
And if that diamond ring turns brass,
Mama's going to buy you a looking glass.
Examples of using Hush:
# create a new Hush contact
hushlist contact add alice z123
hushlist contact add bob z456
hushlist contact add alice z1234...
hushlist contact add bob z1456....
# see an overview of your local hushlist infoz
hushlist status

1
lib/Hush/List.pm

@ -307,6 +307,7 @@ sub send_message {
# 3. minconf (numeric, optional, default=1) Only use funds confirmed at least this many times.
# 4. fee (numeric, optional, default=0.0001) The fee amount to attach to this transaction.
my $rpc = Hush::RPC->new;
my $opid = $rpc->z_sendmany($from, [values $list_addrs]);
if (defined $opid) {

Loading…
Cancel
Save