Commit 82ecf65 1 parent 6683a4d commit 82ecf65 Copy full SHA for 82ecf65
File tree 2 files changed +7
-2
lines changed
clients/tfchain-client-go
substrate-node/pallets/pallet-tfgrid/src
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ var tfgridModuleErrors = []string{
215
215
"InvalidInterfaceIP" ,
216
216
"InvalidZosVersion" ,
217
217
"FarmingPolicyExpired" ,
218
- "InvalidStorageInput" ,
218
+ "InvalidHRUInput" ,
219
+ "InvalidSRUInput" ,
219
220
"InvalidCRUInput" ,
220
221
"InvalidMRUInput" ,
221
222
"LatitudeInputTooShort" ,
@@ -245,6 +246,7 @@ var tfgridModuleErrors = []string{
245
246
"NodeHasActiveContracts" ,
246
247
"InvalidRelayAddress" ,
247
248
"InvalidTimestampHint" ,
249
+ "InvalidStorageInput" ,
248
250
}
249
251
250
252
// https://github.com/threefoldtech/tfchain/blob/development/substrate-node/pallets/pallet-tft-bridge/src/lib.rs#L152
Original file line number Diff line number Diff line change @@ -537,7 +537,8 @@ pub mod pallet {
537
537
InvalidZosVersion ,
538
538
FarmingPolicyExpired ,
539
539
540
- InvalidStorageInput ,
540
+ InvalidHRUInput ,
541
+ InvalidSRUInput ,
541
542
InvalidCRUInput ,
542
543
InvalidMRUInput ,
543
544
@@ -571,6 +572,8 @@ pub mod pallet {
571
572
NodeHasActiveContracts ,
572
573
InvalidRelayAddress ,
573
574
InvalidTimestampHint ,
575
+
576
+ InvalidStorageInput ,
574
577
}
575
578
576
579
#[ pallet:: genesis_config]
You can’t perform that action at this time.
0 commit comments