Skip to content

Commit

Permalink
fix bridge sora link (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Polyakov authored May 22, 2024
1 parent aed193a commit 5cbcffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/bridge/sub/classes/reducers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ export class SubBridgeIncomingReducer extends SubBridgeReducer {
const soraBlockHash = await api.system.getBlockHash(soraBlockNumber, subBridgeApi.api);

this.updateTransactionParams(id, {
txId: '',
blockId: soraBlockHash,
blockHeight: soraBlockNumber,
});
Expand Down

0 comments on commit 5cbcffa

Please sign in to comment.