We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c37ab0 commit 04bf42aCopy full SHA for 04bf42a
apps/service/src/rgbpp/rgbpp.service.ts
@@ -88,7 +88,7 @@ export class RgbppService {
88
return transactions.map(({ ckb, btc }) =>
89
toSnakeCase<RgbppTransferAllResp>({
90
ckbVirtualTxResult: JSON.stringify(ckb.virtualTxResult),
91
- psbtHex: btc.psbtHex,
+ btcPsbtHex: btc.psbtHex,
92
btcFeeRate: btc.feeRate,
93
btcFee: btc.fee,
94
}),
0 commit comments