Skip to content

Commit d58a217

Browse files
committed
fix: Return value on getICXDeposit
1 parent 7fed623 commit d58a217

File tree

1 file changed

+1
-1
lines changed
  • token-contracts/WICX/src/main/java/network/balanced/score/tokens/wicx

1 file changed

+1
-1
lines changed

token-contracts/WICX/src/main/java/network/balanced/score/tokens/wicx/WICX.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void fallback() {
8787
}
8888

8989
BigInteger getICXDeposit() {
90-
return getICXDeposit();
90+
return Context.getValue();
9191
}
9292

9393
}

0 commit comments

Comments
 (0)