mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Fix CI assertion for getbalance response
This commit is contained in:
parent
a7353d0d98
commit
5a684c2fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ echo " * getaddresshistory"
|
|||
test "`$EL getaddresshistory $NEW_ADDR | jq -c .`" == "[{\"fee\":100000,\"height\":0,\"tx_hash\":\"$TXID\"}]"
|
||||
|
||||
echo " * getbalance"
|
||||
test "`$EL getbalance | jq -c .`" == '{"confirmed":"550","unconfirmed":"-0.001","unmatured":"4950"}'
|
||||
test "`$EL getbalance | jq -c .`" == '{"confirmed":"549.999","unmatured":"4950"}'
|
||||
|
||||
echo "Generating bitcoin block..."
|
||||
$BTC generatetoaddress 1 $MINING_ADDR > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue