Skip to content

Commit

Permalink
chore: cleanup patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Moistbobo committed Mar 31, 2023
1 parent 4c830f5 commit 85f2ae6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions patches/@cosmjs+stargate+0.30.1.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
diff --git a/node_modules/@cosmjs/stargate/build/accounts.js b/node_modules/@cosmjs/stargate/build/accounts.js
index 1739c71..de37eef 100644
index 1739c71..f03c504 100644
--- a/node_modules/@cosmjs/stargate/build/accounts.js
+++ b/node_modules/@cosmjs/stargate/build/accounts.js
@@ -26,6 +26,7 @@ function accountFromBaseAccount(input) {
*/
function accountFromAny(input) {
const { typeUrl, value } = input;
+ console.log('ACCOUNT FROM ANY 123', typeUrl);
switch (typeUrl) {
// auth
case "/cosmos.auth.v1beta1.BaseAccount":
@@ -56,6 +57,10 @@ function accountFromAny(input) {
@@ -56,6 +56,10 @@ function accountFromAny(input) {
(0, utils_1.assert)(baseAccount);
return accountFromBaseAccount(baseAccount);
}
Expand Down

0 comments on commit 85f2ae6

Please sign in to comment.