aboutsummaryrefslogtreecommitdiff
path: root/src/device_trezor/trezor/protocol.hpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-03-24 19:35:39 +0200
committerRiccardo Spagni <ric@spagni.net>2019-03-24 19:35:39 +0200
commit8cb4293e82c5a40c65350eeae4f3b07a03bd3268 (patch)
tree9fb56ad81c4a12c64f522df1de829292808f8e49 /src/device_trezor/trezor/protocol.hpp
parentMerge pull request #5274 (diff)
parentwallet: fix offline signing calling a daemon RPC (diff)
downloadmonero-8cb4293e82c5a40c65350eeae4f3b07a03bd3268.tar.xz
Merge pull request #5277
adf6d773 wallet: fix offline signing calling a daemon RPC (moneromooo-monero)
Diffstat (limited to 'src/device_trezor/trezor/protocol.hpp')
-rw-r--r--src/device_trezor/trezor/protocol.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device_trezor/trezor/protocol.hpp b/src/device_trezor/trezor/protocol.hpp
index 98ca52565..f58bf1039 100644
--- a/src/device_trezor/trezor/protocol.hpp
+++ b/src/device_trezor/trezor/protocol.hpp
@@ -281,7 +281,7 @@ namespace tx {
}
bool is_req_bulletproof() const {
- return m_ct.tx_data.use_bulletproofs;
+ return m_ct.tx_data.rct_config.range_proof_type != rct::RangeProofBorromean;
}
bool is_bulletproof() const {