From bf0f515aa26555d7a4a5dc9f877761d8b7a46c16 Mon Sep 17 00:00:00 2001 From: Tom Trevethan Date: Thu, 8 Feb 2024 23:04:22 +0000 Subject: [PATCH] fix chaincode setting --- attestation/attestclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attestation/attestclient.go b/attestation/attestclient.go index 5b45ab0..2f59243 100644 --- a/attestation/attestclient.go +++ b/attestation/attestclient.go @@ -150,7 +150,7 @@ func newNonMultisigAttestClient(config *confpkg.Config, isSigner bool, wif *btcu addrTopup: config.TopupAddress(), WalletPriv: wif, WalletPrivTopup: wifTopup, - WalletChainCode: []byte{}} + WalletChainCode: chaincode} } // NewAttestClient returns a pointer to a new AttestClient instance