Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Aug 13, 2024
1 parent f847046 commit a4c824a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clientcontroller/cosmwasm/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,9 @@ func (wc *CosmwasmConsumerController) QueryLastPublicRandCommit(fpPk *btcec.Publ
fpBtcPk := bbntypes.NewBIP340PubKeyFromBTCPK(fpPk)

// Construct the query message
count := uint64(1)
queryMsgStruct := QueryMsgLastPubRandCommit{
LastPubRandCommit: LastPubRandCommitQuery{
BtcPkHex: fpBtcPk.MarshalHex(),
Limit: &count,
},
}

Expand Down

0 comments on commit a4c824a

Please sign in to comment.