default transaction tax is 3.375
This commit is contained in:
@@ -12,7 +12,7 @@ const marketTaxStore = useMarketTaxStore();
|
||||
</div>
|
||||
<div class="end">
|
||||
<span>SCC: </span>
|
||||
<input type="number" min="3.6" max="8" step="0.01" v-model="marketTaxStore.scc" >
|
||||
<input type="number" min="3.375" max="8" step="0.01" v-model="marketTaxStore.scc" >
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user