File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/common/overall-layout/mobile-wrappers Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ export default function WalletDataLoaderWrapper({
152152
153153 function dRepIds ( ) {
154154 // Use multisig wallet DRep ID if available, otherwise fallback to appWallet
155- const dRepId = multisigWallet ?. getDRepId ( ) || appWallet ?. dRepId ;
155+ const dRepId = multisigWallet ?. getKeysByRole ( 3 ) ? multisigWallet ?. getDRepId ( ) : appWallet ?. dRepId ;
156156 if ( ! dRepId ) return null ;
157157 return getDRepIds ( dRepId ) ;
158158 }
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ export function buildWallet(
9090 }
9191
9292 //depricated -> only payment-script left in for compatibility
93+ //uses unordered keys for payment script
9394 //Remove later when refactoring
9495 const nativeScript = {
9596 type : wallet . type ? wallet . type : "atLeast" ,
You can’t perform that action at this time.
0 commit comments