File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1678,7 +1678,8 @@ class DB {
1678
1678
return {
1679
1679
code : TxResultCode . GAS_EXCEED_STATE_BUDGET_LIMIT_FOR_FREE_TIER ,
1680
1680
message : `Exceeded state budget limit for free tier ` +
1681
- `(${ stateFreeTierUsage [ StateLabelProperties . TREE_BYTES ] } > ${ budgets . freeStateBudget } )`
1681
+ `(${ stateFreeTierUsage [ StateLabelProperties . TREE_BYTES ] } > ${ budgets . freeStateBudget } ).\n` +
1682
+ `For more information see https://docs.ainetwork.ai/ain-blockchain/staking`
1682
1683
} ;
1683
1684
}
1684
1685
// else, we allow apps without stakes
@@ -1688,7 +1689,8 @@ class DB {
1688
1689
return {
1689
1690
code : TxResultCode . GAS_EXCEED_STATE_BUDGET_LIMIT_FOR_APP ,
1690
1691
message : `Exceeded state budget limit for app ${ appName } ` +
1691
- `(${ appStateUsage [ StateLabelProperties . TREE_BYTES ] } > ${ singleAppStateBudget } )`
1692
+ `(${ appStateUsage [ StateLabelProperties . TREE_BYTES ] } > ${ singleAppStateBudget } ).\n` +
1693
+ `For more information see https://docs.ainetwork.ai/ain-blockchain/staking`
1692
1694
} ;
1693
1695
}
1694
1696
}
You can’t perform that action at this time.
0 commit comments