Skip to content

Commit

Permalink
allow custom decimals if the contract doesnt have a decimals() function
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Jan 8, 2025
1 parent 2012140 commit 427a5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBMultiTerminal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ contract JBMultiTerminal is JBPermissioned, ERC2771Context, IJBMultiTerminal {
}
} catch {
// The token didn't support `decimals`.
knownInvalidDecimals = true;
knownInvalidDecimals = false;
}
}

Expand Down

0 comments on commit 427a5d2

Please sign in to comment.