Skip to content

Commit

Permalink
fix: return negation boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 23, 2024
1 parent f9d3fde commit 4710fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/transaction/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (m *ViewModel) UpdateTxnURLAndQRCode() error {
return err
}

if isOnline { // TX take account online
if !isOnline { // TX take account online
var stateProofPk types.MerkleVerifier
copy(stateProofPk[:], (*m.Data.Key.StateProofKey)[:])

Expand Down

0 comments on commit 4710fa4

Please sign in to comment.