Commit 989afda
committed
fix: convert BigNumberish to string for NRLCAmount compatibility
- Convert requiredStake to string when calling iexec.account.deposit()
- Fixes TypeScript error: BigNumberish not assignable to NRLCAmount
- NRLCAmount expects number | string | BN, not bigint1 parent ab4d9f8 commit 989afda
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments