File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Tools/Substrate.DotNet/Service/Integration Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,28 +122,28 @@ internal void Update(TransactionEventInfo transactionEventInfo)
122
122
123
123
switch (TransactionEvent)
124
124
{{
125
- case NetApi.Model.Rpc.TransactionEvent.Validated:
125
+ case Substrate. NetApi.Model.Rpc.TransactionEvent.Validated:
126
126
IsReady = true;
127
127
break;
128
128
129
- case NetApi.Model.Rpc.TransactionEvent.BestChainBlockIncluded:
129
+ case Substrate. NetApi.Model.Rpc.TransactionEvent.BestChainBlockIncluded:
130
130
IsInBlock = true;
131
131
break;
132
132
133
- case NetApi.Model.Rpc.TransactionEvent.Finalized:
133
+ case Substrate. NetApi.Model.Rpc.TransactionEvent.Finalized:
134
134
IsSuccess = true;
135
135
IsCompleted = true;
136
136
break;
137
137
138
- case NetApi.Model.Rpc.TransactionEvent.Error:
138
+ case Substrate. NetApi.Model.Rpc.TransactionEvent.Error:
139
139
IsCompleted = true;
140
140
break;
141
141
142
- case NetApi.Model.Rpc.TransactionEvent.Invalid:
142
+ case Substrate. NetApi.Model.Rpc.TransactionEvent.Invalid:
143
143
IsCompleted = true;
144
144
break;
145
145
146
- case NetApi.Model.Rpc.TransactionEvent.Dropped:
146
+ case Substrate. NetApi.Model.Rpc.TransactionEvent.Dropped:
147
147
IsCompleted = true;
148
148
break;
149
149
You can’t perform that action at this time.
0 commit comments