Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asset/btc/electrum: make floatString work for float and string float #2770

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2024

  1. fix floatString UnmarshalJSON method

    Signed-off-by: Philemon Ukane <[email protected]>
    ukane-philemon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    af5a590 View commit details
    Browse the repository at this point in the history
  2. add test case for floatString.UnmarshalJSON

    - remove unused type ntfn in btc/electrum/jsonrpcs.go
    
    Signed-off-by: Philemon Ukane <[email protected]>
    ukane-philemon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9977d4b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. use json.Marshal instead of actual bytes

    Signed-off-by: Philemon Ukane <[email protected]>
    ukane-philemon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    67b7422 View commit details
    Browse the repository at this point in the history