Hello,
I have an open asset that I have made multiple issuances of, but I have started getting an "Insufficient funds" error. I've included the example command and some more info below, and would appreciate any help on the matter.
multichain-cli GBP issuemore "1YXEDBc8M6PkX5saU1TNVa5655u6cBd3SdVsRf" "dGBP" 456.78 0 '{"reference":"large2"}'
{"method":"issuemore","params":["1YXEDBc8M6PkX5saU1TNVa5655u6cBd3SdVsRf","dGBP",456.78000000,0,{"reference":"large2"}],"id":1,"chain_name":"GBP"}
"error: {"code":-4,"message":"Insufficient funds"}
Nodes are all running Alpha 18, and the node has connect, send, issue permissions, and the receiving node has connect, receive permissions.
multichain-cli GBP listassets dGBP true
{"method":"listassets","params":["dGBP",true],"id":1,"chain_name":"GBP"}
[
{
"name" : "dGBP",
"issuetxid" : "4ebe4b45cbb0ae8d026619965682298826c20c28fe820d1606914d1d4e37348f",
"assetref" : "6615-266-48718",
"multiple" : 100,
"units" : 0.01000000,
"open" : true,
"details" : {
"reference" : "first"
},
"issueqty" : 220.50000000,
"issueraw" : 22050,
"issues" : [
{
"txid" : "4ebe4b45cbb0ae8d026619965682298826c20c28fe820d1606914d1d4e37348f",
"qty" : 100.00000000,
"raw" : 10000,
"details" : {
"reference" : "first"
},
"issuers" : [
"1MuehZgn2wt3mnjuoD57kst3qB3bSQHXrGrU4c"
]
},
{
"txid" : "f7f3dcfa42a7a0e0e142f8d4a02e43c767bb2c72976dd55ff33777df827a7e40",
"qty" : 10.50000000,
"raw" : 1050,
"details" : {
"issuanceReference" : "second issuance"
},
"issuers" : [
"1MuehZgn2wt3mnjuoD57kst3qB3bSQHXrGrU4c"
]
},
{
"txid" : "e2e4f68617e7eb7fd8eca15333ee94c5679e6a7809d0c222c211785fb3d5a0b7",
"qty" : 10.00000000,
"raw" : 1000,
"details" : {
"issuanceReference" : "diff block"
},
"issuers" : [
"1MuehZgn2wt3mnjuoD57kst3qB3bSQHXrGrU4c"
]
},
{
"txid" : "1004ec38dad1f80ba23f533b497196e10f7212614e91267e3e088a57d69c7c7c",
"qty" : 50.00000000,
"raw" : 5000,
"details" : {
"reference" : "double check"
},
"issuers" : [
"1MuehZgn2wt3mnjuoD57kst3qB3bSQHXrGrU4c"
]
},
{
"txid" : "09cb4fdb6397449f79d449ef5f8e8d2803694d73efbaed8c351045ac502b155c",
"qty" : 50.00000000,
"raw" : 5000,
"details" : {
"reference" : "amount-check-1"
},
"issuers" : [
"1MuehZgn2wt3mnjuoD57kst3qB3bSQHXrGrU4c"
]
}
]
}
]
Kind regards,
Knowncolor
Second Update
I was able to get this to work again by first issuing more of the open asset to the node with the issue permissions and then transferring it on. After doing this once I was again able to issue directly to other nodes.