Skip to content

Commit 04bf42a

Browse files
committedAug 19, 2024·
ref: Rename psbtHex to btcPsbtHex
1 parent 7c37ab0 commit 04bf42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apps/service/src/rgbpp/rgbpp.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class RgbppService {
8888
return transactions.map(({ ckb, btc }) =>
8989
toSnakeCase<RgbppTransferAllResp>({
9090
ckbVirtualTxResult: JSON.stringify(ckb.virtualTxResult),
91-
psbtHex: btc.psbtHex,
91+
btcPsbtHex: btc.psbtHex,
9292
btcFeeRate: btc.feeRate,
9393
btcFee: btc.fee,
9494
}),

0 commit comments

Comments
 (0)
Please sign in to comment.