Commit ae158040 authored by Liana Husikyan's avatar Liana Husikyan Committed by LianaHus

added danger to the transuct as well

parent b372afd6
...@@ -210,6 +210,7 @@ class MultiParamManager { ...@@ -210,6 +210,7 @@ class MultiParamManager {
let funButton = this.contractActionsContainerSingle.querySelector('button') let funButton = this.contractActionsContainerSingle.querySelector('button')
funButton.setAttribute('title', (title + ' - transact (payable)')) funButton.setAttribute('title', (title + ' - transact (payable)'))
funButton.classList.add('btn-danger') funButton.classList.add('btn-danger')
button.classList.add('btn-danger')
} }
if (!this.lookupOnly && this.funABI.payable === false) { if (!this.lookupOnly && this.funABI.payable === false) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment