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

feat: set code #262

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: set code #262

wants to merge 1 commit into from

Conversation

antazoey
Copy link
Contributor

What was wrong?

fixes: #246

How was it fixed?

To-Do:

Cute Animal Picture

Cute animal picture

def set_code(self, account, code):
self.validator.validate_inbound_account(account)
raw_account = self.normalizer.normalize_inbound_account(account)
self.backend.set_code(raw_account, code)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this might be too irregular of a state to work, i have tried .persist() but cant get things to really persist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: Add set_code() API method
1 participant