vprobe1789431234.gno
0.50 Kb · 10 lines
1// Package vprobe1789431234 is a throwaway realm deployed ONLY to confirm
2// that gas fees and storage deposits can be paid from a vesting
3// account's LOCKED balance, not just its free balance -- deployed
4// deliberately while this account's free balance sits near zero, so
5// success here can only mean the locked portion covered the cost.
6package vprobe1789431234
7
8func Render(path string) string {
9 return "# vesting-payment probe\n\nConfirms gas/storage can be paid from a vesting account's locked balance."
10}