-
Notifications
You must be signed in to change notification settings - Fork 19
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
impl celestia to batch submitter #31
Conversation
LGTM for overall implementation. I will ask to celestia team to review this typescript implementation, if possible. |
@@ -8,12 +9,14 @@ import { | |||
export async function sendTx( | |||
wallet: Wallet, | |||
msgs: Msg[], | |||
fee?: Fee, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/wallet/transaction function use this. need to change the function, too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
let's merge first. and then get and fix audit from celestia later |
No description provided.