-export getvalue to be used for chainquery integration
This commit is contained in:
parent
c3800d585a
commit
04956a9e2c
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ function getBlockedOutpoints () {
|
|||
});
|
||||
}
|
||||
|
||||
function getValue (tx, i) {
|
||||
export function getValue (tx, i) {
|
||||
return new Promise((resolve, reject) => {
|
||||
rp(`http://localhost:5000/claim_decode/${tx}/${i}`)
|
||||
.then(function (htmlString) {
|
||||
|
|
Loading…
Reference in a new issue