Skip to content

Commit 15eef7f

Browse files
committed
Merge branch 'rbtcSimulator'
2 parents a14096f + cf080aa commit 15eef7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/devices/bitbox02/protobuf.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var btcMsgCoinMap = map[coinpkg.Code]messages.BTCCoin{
2828
coinpkg.CodeTBTC: messages.BTCCoin_TBTC,
2929
coinpkg.CodeLTC: messages.BTCCoin_LTC,
3030
coinpkg.CodeTLTC: messages.BTCCoin_TLTC,
31+
coinpkg.CodeRBTC: messages.BTCCoin_RBTC,
3132
}
3233

3334
var btcMsgScriptTypeMap = map[signing.ScriptType]messages.BTCScriptConfig_SimpleType{

0 commit comments

Comments
 (0)