Skip to content

Commit

Permalink
Update chain.helper.ts
Browse files Browse the repository at this point in the history
Remove check balance when undelegate
  • Loading branch information
harisato authored Mar 7, 2024
1 parent 0d78b5f commit 35389e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/chains/chain.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,7 @@ export class ChainHelper {
);
break;
}
case isAminoMsgDelegate(msg):
case isAminoMsgBeginRedelegate(msg):
case isAminoMsgUndelegate(msg): {
case isAminoMsgDelegate(msg): {
total += Number(msg.value.amount.amount);
break;
}
Expand Down

0 comments on commit 35389e1

Please sign in to comment.