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

[fireblocks] Add transfer method #227

Merged
merged 2 commits into from
May 2, 2024
Merged

[fireblocks] Add transfer method #227

merged 2 commits into from
May 2, 2024

Conversation

ian-shim
Copy link
Contributor

This PR adds a transfer functionality to Fireblocks wallet.

samlaf
samlaf previously approved these changes May 2, 2024
} else {
return "", errors.New("transaction has no value and no data")
}

if err != nil {
return "", fmt.Errorf("error calling contract %s: %w", tx.To().Hex(), err)
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: this should prob read "error sending a transaction" now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good call

@ian-shim ian-shim merged commit 501e40a into master May 2, 2024
3 checks passed
@ian-shim ian-shim deleted the fireblocks-transfer branch May 2, 2024 01:37
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.

2 participants