swapper-org / NodeChain

Nodechain is a service that allows you to create nodes on a blockchain and connect to them natively through APIs. The goal is to allow the user to build their own nodes natively without having to rely on external services.
MIT License
7 stars 5 forks source link

Update getFeePerByte from kb to byte #102

Closed phoenix-web3 closed 2 years ago

phoenix-web3 commented 2 years ago

Description

After researching, we conclude that EstimateSmartFee returns the amount in KB. Now the amount is returned in sat/byte

Fixes #75 (issue)

Dependencies (if any)

Type of change

How Has This Been Tested?

{'feePerByte': '1'}

Test Configuration:

Related PR or Docs PR

Docs PR related # Other PR related #

Good practices to consider