Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
fix for cosmos-sdk v0.46.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Aug 18, 2023
1 parent 3f5804d commit 1977eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/txs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pub fn generate_auth_info(
Ok(AuthInfo {
signer_infos: vec![signer_info],
fee: Some(fee),
tip: None,
})
}

Expand Down

0 comments on commit 1977eba

Please sign in to comment.