ark-network / ark

Ark is a layer-two protocol designed to scale Bitcoin transactions
https://arkdev.info
MIT License
58 stars 16 forks source link

add `round_interval`, `network` and `min_relay_fee` to GetInfo RPC #159

Closed louisinger closed 5 months ago

louisinger commented 5 months ago

This PR adds new fields to GetInfo RPC

> curl http://localhost:6000/v1/info

{"pubkey":"02746505e8b27ebcb3b2b25eb23109d1141e7a12013bab6d19003b3b78fc920c0b", "roundLifetime":"604672", "unilateralExitDelay":"1024", "roundInterval":"10", "network":"regtest", "minRelayFee":"30"}

it closes #154

@bordalix @tiero please review