starcoinorg/starcoin-poll

用户投票之后,显示 暂无投票

Closed this issue · 1 comments

https://stcscan.io/main/address/0x005e035df2ad0b1e5128da097d028f2c

通过node api可以查到有投票记录,
$curl --location --request POST 'https://main-seed.starcoin.org'
--header 'Content-Type: application/json'
--data-raw '{
"id":101,
"jsonrpc":"2.0",
"method":"contract.get_resource",
"params":["0x005e035df2ad0b1e5128da097d028f2c", "0x1::Dao::Vote<0x1::STC::STC>"]
}'
{"jsonrpc":"2.0","result":{"abilities":8,"type_":"0x00000000000000000000000000000001::Dao::Vote<0x00000000000000000000000000000001::STC::STC>","value":[["proposer",{"Address":"0xb2aa52f94db4516c5beecef363af850a"}],["id",{"U64":"2"}],["stake",{"Struct":{"abilities":4,"type_":"0x00000000000000000000000000000001::Token::Token<0x00000000000000000000000000000001::STC::STC>","value":[["value",{"U128":"14900000000"}]]}}],["agree",{"Bool":true}]]},"id":101}

但是在投票网站上,显示 暂无投票

image

是因为没有secret没有配置networks的环境变量 造成的