X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=backends%2Flibbitcoin%2Fh1.py;h=71026ba9a296839f716bf89120aafa3bc96b3ce4;hp=c45dca96226485da5914ac6fa0deac3b91ce4831;hb=4565e5be9d30d3d28f9319f613cd5311081fc4d7;hpb=608eb0b73118735c11f10468b51d607ac6d02232 diff --git a/backends/libbitcoin/h1.py b/backends/libbitcoin/h1.py index c45dca9..71026ba 100644 --- a/backends/libbitcoin/h1.py +++ b/backends/libbitcoin/h1.py @@ -25,7 +25,7 @@ def stored(ec): mbuff = membuf.memory_buffer(a.internal_ptr, chain.internal_ptr, txpool.internal_ptr) mbuff.receive(tx, stored) -address = "1GULoCDnGjhfSWzHs6zDzBxbKt9DR7uRbt" +address = "1AA6mgxqSrvJTxRrYrikSnLaAGupVzvx4f" raw_input() history.payment_history(a, chain, txpool, mbuff, address, finish) raw_input()