Fix error message
This commit is contained in:
parent
5dc357b3d1
commit
f6febd04b3
|
@ -19,7 +19,7 @@ async function skydConfigCheck(done) {
|
|||
let actual = BigInt(response.settings.allowance.paymentcontractinitialfunding);
|
||||
let expected = BigInt(10000000000000000000000000); // 10 SC
|
||||
if (actual !== expected) {
|
||||
throw new Error("Skynet Portal Per-Contract Budget is not set!");
|
||||
throw new Error("Skynet Portal Per-Contract Budget is not set correctly!");
|
||||
}
|
||||
|
||||
data.up = true;
|
||||
|
|
Reference in New Issue