RunOnFlux / fluxd

Flux Daemon
https://runonflux.io
MIT License
78 stars 43 forks source link

Support for bool #208

Closed blondfrogs closed 1 year ago

blondfrogs commented 1 year ago

Between fluxd version 6.0 and 6.1 the output of getblockchaininfo changed from showing a

pruned: false,

to

pruned: 0.

Blockbook doesn't like the integer value so this code allows for booleans to be supported with the pushKV pairing we use for rpc outputs.