feat: implement bitcoin api #11
Annotations
2 errors and 1 warning
test/routes/bitcoind/address.test.ts > /bitcoin/v1/address > Get address balance:
test/routes/bitcoind/address.test.ts#L40
AssertionError: expected { …(5) } to strictly equal { …(4) }
- Expected
+ Received
Object {
"address": "tb1qlrg2mhyxrq7ns5rpa6qvrvttr9674n6z0trymp",
+ "dust_satoshi": 0,
"pending_satoshi": 0,
"satoshi": 181652,
"utxo_count": 2,
}
❯ test/routes/bitcoind/address.test.ts:40:18
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|