Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Conversation

@geebee
Copy link

@geebee geebee commented Dec 19, 2019

Modified the create_account and send_kin methods (and their underlying builders) to accept a new parameter raw_memo (whose default is False, so the original behavior remains the default behavior).

If raw_memo is True, the memo_text specified by the user is used verbatim in the transaction memo instead of using the MEMO_TEMPLATE via the build_memo method.

…ds) to accept a new parameter 'raw_memo' (default: False, so the original behavior remains the default behavior) which if true, passes the supplied memo text verbatim to the transaction builder instead of using the MEMO_TEMPLATE
@codecov
Copy link

codecov bot commented Dec 19, 2019

Codecov Report

Merging #96 into v2-master will decrease coverage by 0.17%.
The diff coverage is 75%.

Impacted file tree graph

@@              Coverage Diff              @@
##           v2-master      #96      +/-   ##
=============================================
- Coverage      84.99%   84.81%   -0.18%     
=============================================
  Files             15       15              
  Lines            793      797       +4     
  Branches          88       90       +2     
=============================================
+ Hits             674      676       +2     
  Misses            99       99              
- Partials          20       22       +2
Impacted Files Coverage Δ
kin/account.py 83.33% <75%> (-1.22%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ddacab...bfc48ca. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant