tgerboui / nona-lib

TypeScript library to simplify interactions with the Nano currency node.
MIT License
6 stars 1 forks source link

Block creation uses invalid link #6

Closed tgerboui closed 2 months ago

tgerboui commented 3 months ago

Use public key as link in the send block.

Also rename KeyService.getSecretKey to KeyService.getPrivateKey, to avoid confusion about the private key keyword.

Resolve #3

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (a38803c) to head (4386f87).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 25 25 Lines 401 402 +1 Branches 66 66 ========================================= + Hits 401 402 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.