Skip to content

Commit

Permalink
test: update benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed Nov 5, 2023
1 parent d8b31c2 commit 9188939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/tfchain-client-go/tft_bridge_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ type MintTransactionVoted struct {
type MintCompleted struct {
Phase types.Phase
MintTransaction MintTransaction `json:"mint_transaction"`
TxHash string `json:"tx_hash"`
TxHash string `json:"tx_hash"`
Topics []types.Hash
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ benchmarks! {
verify {
let block = System::<T>::block_number();
let mint_tx = MintTransaction { amount, target, block, votes: 3 };
assert_last_event::<T>(Event::MintCompleted(mint_tx).into());
assert_last_event::<T>(Event::MintCompleted(mint_tx, tx_id).into());
}

// propose_burn_transaction_or_add_sig
Expand Down

0 comments on commit 9188939

Please sign in to comment.