We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a14096f + cf080aa commit 15eef7fCopy full SHA for 15eef7f
backend/devices/bitbox02/protobuf.go
@@ -28,6 +28,7 @@ var btcMsgCoinMap = map[coinpkg.Code]messages.BTCCoin{
28
coinpkg.CodeTBTC: messages.BTCCoin_TBTC,
29
coinpkg.CodeLTC: messages.BTCCoin_LTC,
30
coinpkg.CodeTLTC: messages.BTCCoin_TLTC,
31
+ coinpkg.CodeRBTC: messages.BTCCoin_RBTC,
32
}
33
34
var btcMsgScriptTypeMap = map[signing.ScriptType]messages.BTCScriptConfig_SimpleType{
0 commit comments