Page MenuHomePhabricator

[faucet] Convert amounts from bigint to number for json serialization
ClosedPublic

Authored by Fabien on Oct 8 2025, 09:07.

Details

Summary

The amount is guaranteed to fit into a Number and the json serialization don't know how to serialize a BigInt by default.

Test Plan

Trivial

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable