coinbase / mesh-bitcoin

Bitcoin Mesh API Implementation
Apache License 2.0
110 stars 121 forks source link

Fields zero value update for response of /network/options #126

Open GeekArthur opened 1 year ago

GeekArthur commented 1 year ago

Describe the bug A clear and concise description of what the bug is. From https://www.rosetta-api.org/docs/models/Allow.html, call_methods and balance_exemptions should be required, but in the source code, they are nil instead zero value which is empty array. We should update call_methods and balance_exemptions to zero value to comply rosetta spec